home *** CD-ROM | disk | FTP | other *** search
/ Software Club 1 / Club Software (Micro Star) (1996).iso / pfe0602i / go.com (.txt) < prev    next >
Encoding:
SHOW (Gary M. Raymond)  |  1995-11-19  |  15.6 KB  |  359 lines

  1.  
  2.  
  3.  
  4.  
  5.         To install Programmer's File Editor, simply start Windows 95 and
  6.         use the Run command from the opening screen. In the dialogue
  7.         box, type A:\INSTALL (or B:\INSTALL if this diskette is in the B
  8.         drive.
  9.  
  10.  
  11.                     Programmer's File Editor 0.06.002
  12.                     ---------------------------------
  13.                              (17 October 1995)
  14.  
  15. Welcome to Programmer's File Editor. This file is the place to start looking at
  16. the program: if you've not seen PFE before there's a synopsis of its main
  17. features; and if you've used earlier versions there's some essential
  18. information on major changes.
  19.  
  20. Below you'll find
  21.  
  22.     1. ABSTRACT
  23.         A brief list of PFE's main features
  24.     2. USING AND DISTRIBUTING PFE
  25.         The terms on which you can use it and pass it on
  26.     3. CONTACTING THE AUTHOR
  27.         How to pass on your criticisms, suggestions, bug reports
  28.         and maybe even praise
  29.     4. WHERE TO GET PFE
  30.         Places to look for PFE on the Internet and elsewhere
  31.     5. WHICH VERSION SHOULD YOU USE?
  32.         How to pick the most appropriate version
  33.     6. UPGRADING FROM 0.06.001
  34.         Important information if you're currently using the release
  35.         immediately prior to this one
  36.     7. UPGRADING FROM 0.05.007 AND EARLIER
  37.         Important information if you're currently using a very old
  38.         release of PFE
  39.     8. OTHER FILES YOU SHOULD LOOK AT
  40.         The other important text files in this release
  41.     9. THE FILES YOU SHOULD GET
  42.         What should be in your distribution set
  43. ---
  44.  
  45. Alan Phillips     ( A.Phillips@lancaster.ac.uk )
  46.  
  47.  
  48. -------------------------------------------------------------------------------
  49.  
  50.  
  51. 1. ABSTRACT
  52. -----------
  53.  
  54. This is the 0.06.002 release of Programmer's File Editor, a large-capacity
  55. multi-file programming oriented editor for Windows 95, Windows NT 3.51 on Intel
  56. and PowerPC platforms, and Windows 3.1x
  57.  
  58. PFE includes the following features:
  59.  
  60. - The size of file it can handle is limited only by the total amount of
  61.   virtual memory available
  62. - No arbitrary limit on the number of lines a file can contain
  63. - It can edit multiple files, the number being limited only by the
  64.   available system resources
  65. - Accepts files dropped from File Manager or other drag-drop server
  66. - Allows multiple edit windows showing the same file
  67. - Multi-level undo facility
  68. - Can read and write files in UNIX format using LF as line terminator, with
  69.   automatic format detection
  70. - Can run multiple instances if desired
  71. - Backup copies can be maintained of existing files when saving
  72. - Most-recently-used list of files allows easy selection between sessions
  73. - Line numbers can be shown in any edit window if required
  74. - Any installed fixed-pitch screen font, including TrueType, can be used in
  75.   edit windows
  76. - The most frequent operations can be performed from active buttons on a 
  77.   tear-off toolbar
  78. - Active status bar reports settings and allows easy alteration of common ones
  79. - Text can be copied and moved by dragging and dropping
  80. - Tabs can be inserted as TAB characters or spaces
  81. - DOS commands, such as compilers, can be run with the output captured
  82.   in an edit window
  83. - An application being developed can be quickly launched from a configurable
  84.   dialog
  85. - Commonly-used text can be inserted in a simple operation from template
  86.   libraries
  87. - Fully-remappable keyboard, including two-key operation similar to MicroEMACS
  88.   and mapping of Alt keys to functions
  89. - Multiple sets of key mappings can be stored, and selected as required from
  90.   a dialog or from the command line
  91. - Keystrokes and menu commands can be recorded in a replayable keyboard macro
  92. - Commonly-used program development tools can be configured into a list
  93.   and started simply from a dialog
  94. - Files can be printed either in total, by line range, or selected text only
  95. - Automatic line indenting and removal of trailing spaces
  96. - Automatic configuration of edit options depending on file type
  97. - Automatic configuration of tab sizes depending on file type
  98. - Automatic brace alignment when editing C source
  99. - Text indent/undent operations
  100. - Optional automatic text wrapping at configurable margin
  101. - Can mail files to MAPI-compliant mailers like Microsoft Mail
  102. - User-configurable help menu
  103. - Comprehensive help file with help buttons on all dialogs and F1 help
  104.   available for system messages
  105. - Mouse help available on screen and menu items
  106. - Double click on right button starts help engine for help on keywords
  107.   in edit windows
  108. - Allows Windows to be closed down and the system rebooted from the system menu
  109. - Uses standard MDI methods to be fully compatible with other Windows apps
  110. - All operations are TWI compliant
  111. - Windows can be tiled vertically to maximize width
  112. - Window text, window background, workspace, toolbar and status bar colours
  113.   fully configurable
  114.  
  115. Additionally, the editor can be controlled by another application across a
  116. DDE client-server link.
  117.  
  118.  
  119. 2. USING AND DISTRIBUTING PFE
  120. -----------------------------
  121.  
  122. PFE may be used in any way, for any purpose, at no cost. In may be distributed
  123. by any means, provided that the original files as supplied by the author remain
  124. intact and no charge is made other than for reasonable distribution costs.
  125.  
  126. You do not need to register to use PFE, or buy a licence.
  127.  
  128. PFE may be placed on any archive or BBS system
  129.  
  130. PFE may not be distributed as a component of any commercial product without a
  131. prior license agreement with the author
  132.  
  133.  
  134.  
  135. 3. CONTACTING THE AUTHOR
  136. ------------------------
  137.  
  138. I would very much appreciate hearing from you if you use PFE and find problems,
  139. or if you can think of ways it could be improved - and even (or is that
  140. 'especially'?) if you just think it's great. Even if the facility you would
  141. like to see appears to be of interest only to you, tell me about it - you'd be
  142. surprised how many ideas in that class have a much wider appeal.
  143.  
  144. You can contact me by e-mail at
  145.  
  146.                     A.Phillips@lancaster.ac.uk
  147.  
  148. I will try to reply to all the mail I receive, but it may take a week or so if
  149. I'm very busy.
  150.  
  151. Please DON'T mail me on CompuServe - you may find an account there with my name
  152. on it, but it's owned by my employers and I don't visit it often. I don't
  153. respond to mail I find there not related to work, sorry. If YOU are on
  154. CompuServe it's easy to mail me on the Internet - just address the mail to
  155.  
  156.                  >internet:A.Phillips@lancaster.ac.uk
  157.  
  158. However, this may cost you a little more than mail to other CompuServe users
  159.  
  160.  
  161. 4. WHERE TO GET PFE
  162. -------------------
  163.  
  164. PFE is distributed in three ZIP files. The names they have when they
  165. leave me are
  166.  
  167.    pfe0602i.zip      The 32-bit edition for Windows 95 and Windows NT 3.51
  168.                        on Intel platforms
  169.    pfe0602p.zip      The 32-bit edition for Windows NT 3.51 on PowerPC
  170.                        platforms
  171.    pfe0602.zip       The 16-bit edition for Windows 3.1x
  172.  
  173. The definitive source for new releases is the PFE Home Page on the World Wide
  174. Web; the URL is
  175.  
  176.                 http://www.lancs.ac.uk/people/cpaap/pfe/
  177.  
  178. The home page also contains a list of archives where the latest version of
  179. PFE is known to be held
  180.  
  181.  
  182. 5. WHICH VERSION SHOULD YOU USE?
  183. -------------------------------
  184.  
  185. The Windows 95, Windows NT and Windows 3.1x operating systems allow you a lot of
  186. flexibility in what versions of programs you can run. However, PFE works best
  187. in certain combinations, as listed below:
  188.  
  189.  
  190. System        Edition        Comments
  191. ------        -------        --------
  192.  
  193. Windows 95    16-bit         NOT RECOMMENDED
  194. (4.00.950)            You will not be able to run commands and
  195.                 capture output, or use long file names.
  196.         32-bit Intel    RECOMMENDED
  197.                 All facilities are available
  198.         32-bit PowerPC    WILL NOT RUN
  199.  
  200. Windows 3.1x    16-bit        RECOMMENDED
  201.                 All facilities are available
  202.         32-bit Intel    NOT RECOMMENDED
  203.                 You will not be able to run commands and
  204.                 capture output
  205.         32-bit PowerPC    WILL NOT RUN
  206.  
  207. Windows NT 3.1    16-bit         NOT RECOMMENDED
  208. (Intel)                You will not be able to run commands and
  209.                 capture output
  210.         32-bit Intel    WILL NOT RUN
  211.         32-bit PowerPC    WILL NOT RUN
  212.  
  213. Windows NT 3.5    16-bit         NOT RECOMMENDED
  214. (Intel)                You will not be able to run commands and
  215.                 capture output
  216.         32-bit Intel    WILL NOT RUN
  217.         32-bit PowerPC    WILL NOT RUN
  218.  
  219. Windows NT 3.5    16-bit         WILL NOT RUN
  220. (PowerPC)    32-bit Intel    WILL NOT RUN
  221.         32-bit PowerPC    WILL NOT RUN
  222.  
  223. Windows NT 3.51    16-bit        NOT RECOMMENDED
  224. (Intel)                You will not be able to run commands and
  225.                 capture output
  226.         32-bit Intel    RECOMMENDED
  227.                 All facilities are available
  228.         32-bit PowerPC    WILL NOT RUN
  229.  
  230. Windows NT 3.51    16-bit         WILL NOT RUN
  231. (PowerPC)    32-bit Intel    WILL NOT RUN
  232.         32-bit PowerPC    RECOMMENDED
  233.                 All facilities are available
  234.  
  235.  
  236.  
  237. 6. UPGRADING FROM 0.06.001
  238. --------------------------
  239.  
  240. The immediately preceding release of PFE was 0.06.001. You don't need to change
  241. anything if you've been using this release; all files and configuration details
  242. are compatible.
  243.  
  244.  
  245. 7. UPGRADING FROM 0.05.007 AND EARLIER
  246. --------------------------------------
  247.  
  248. If you're currently using PFE version 0.05.007, you'll find that your keymap
  249. (.key) files and template (.tpl) files will continue to work with this release.
  250. Keymap files produced with earlier releases than 0.05.007 won't be recognised.
  251.  
  252. In this new release have been many changes to the initialisation file (pfe.ini
  253. or pfe32.ini depending on the edition you use).
  254.  
  255. The first major change is that you no longer ever need to edit it to change
  256. options. Now there's an Options Preferences command that does it all - and
  257. you'll find that there are lots more options to choose from too.
  258.  
  259. The second major change involves the filters you define for the file open
  260. dialogs. Your existing ones will not be recognised, so please use Options
  261. Preferences to redefine them.
  262.  
  263. Thirdly, the way the various Windows "managers" (like File Manager and
  264. Print Manager) are handled from the Execute menu has changed, allowing you
  265. to start a full command line with arguments. Your existing definitions will
  266. not be used; again, please use Options Preferences to set up what you want.
  267.  
  268. Finally, the system of associating file and window modes with file extensions
  269. has been completely redesigned. The modes you can set now include window and
  270. text colours; and instead of mapping a single extension to a set of modes, you
  271. now build "mode groups" containing wildcarded filename patterns, each of which
  272. has a set of modes associated with it. Again your old mode settings won't be
  273. recognised, so you'll need to use Options Preferences to use the new system.
  274.  
  275. If you wish, you can remove the [fileopen-filters], [modes] and [managers]
  276. sections from your initialisation file.
  277.  
  278. One other change to note is that the default extension used for making backup
  279. files has changed from ".&&&" to ".$$$". You can also customise it with the
  280. Options Preferences command
  281.  
  282.  
  283.  
  284. 8. OTHER FILES YOU SHOULD LOOK AT
  285. ---------------------------------
  286.  
  287. The distribution set contains several other text files of important
  288. information.
  289.  
  290. For the answers to some of the common questions that users have, see FAQ.TXT.
  291. Looking in here can save you a lot of worry and experimentation, and save you
  292. from posting your question to newsgroups and mailing lists.
  293.  
  294. The CHANGES.TXT file tells you what's changed from earlier releases. If you
  295. find something unexpected going on, look in here too - it could be a feature
  296. rather than a bug.
  297.  
  298. The PROBLEMS.TXT file tells you about any major problems that were discovered
  299. too late to be addressed in this release, and what you can do if you hit them.
  300.  
  301.  
  302.  
  303. 9. THE FILES YOU SHOULD GET
  304. ---------------------------
  305.  
  306. There are a small number of files in the PFE distribution. You should find the
  307. following items:
  308.  
  309. 32-bit Intel Edition:
  310.  
  311.     [For Windows 95, and Windows NT 3.51 on Intel platforms]
  312.  
  313.     pfe32.exe        The editor itself
  314.     pfe32.dbg        Debugging symbols
  315.     pfe.hlp            The help file
  316.     pfedos32.exe        A helper module, needed to run commands and
  317.                 capture output
  318.     readme.txt        This file
  319.     changes.txt        Changes from previous releases
  320.     faq.txt            Frequently Asked Questions
  321.     problems.txt        Information on late-breaking problems
  322.  
  323. 32-bit PowerPC Edition:
  324.  
  325.     [For Windows NT 3.51 on PowerPC platforms]
  326.  
  327.     pfe32.exe        The editor itself
  328.     pfe.hlp            The help file
  329.     pfedos32.exe        A helper module, needed to run commands and
  330.                 capture output
  331.     readme.txt        This file
  332.     changes.txt        Changes from previous releases
  333.     faq.txt            Frequently Asked Questions
  334.     problems.txt        Information on late-breaking problems
  335.  
  336. 16-bit Edition:
  337.  
  338.     [For Windows 3.1x]
  339.  
  340.     pfe.exe            The editor itself
  341.         pfe.sym                 Debugging symbols
  342.     pfe.hlp            The help file
  343.     pfedos.exe        A helper module, needed to run commands and
  344.                 capture output
  345.     pfedos.pif        The PIF file for this module
  346.     readme.txt        This file
  347.     changes.txt        Changes from previous releases
  348.     faq.txt            Frequently Asked Questions
  349.     problems.txt        Information on late-breaking problems
  350.  
  351. The help file pfe.hlp is identical for the 16-bit and 32-bit editions.
  352.  
  353.  
  354. After you've installed PFE, the best thing to do is start it up, then use the
  355. Options Preferences command to explore the customisation options and set it up
  356. to run as you prefer.
  357.  
  358.  
  359.